+2005-10-07 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtkfilechooserdefault.c: remove some explicit #defines of
+ PROFILE_FILE_CHOOSER because they break compilation after the
+ removal of <unistd.h>.
+
2005-10-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c: Remove a redundant (and
+2005-10-07 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtkfilechooserdefault.c: remove some explicit #defines of
+ PROFILE_FILE_CHOOSER because they break compilation after the
+ removal of <unistd.h>.
+
2005-10-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c: Remove a redundant (and
gtk_file_chooser_default_init (GtkFileChooserDefault *impl)
{
profile_start ("start", NULL);
-#define PROFILE_FILE_CHOOSER
#ifdef PROFILE_FILE_CHOOSER
access ("MARK: *** CREATE FILE CHOOSER", F_OK);
#endif
-#undef PROFILE_FILE_CHOOSER
impl->local_only = TRUE;
impl->preview_widget_active = TRUE;
impl->use_preview_label = TRUE;
pending_select_paths_process (impl);
set_busy_cursor (impl, FALSE);
-#define PROFILE_FILE_CHOOSER
#ifdef PROFILE_FILE_CHOOSER
access ("MARK: *** FINISHED LOADING", F_OK);
#endif
-#undef PROFILE_FILE_CHOOSER
profile_end ("end", NULL);
}